home *** CD-ROM | disk | FTP | other *** search
/ The Word 5 / The Word 5.adf / FiLeS / AREXX_EXAMPLES.lha / AREXX_EXAMPLES / Example5.rexx < prev    next >
OS/2 REXX Batch file  |  1995-02-25  |  41b  |  5 lines

  1. /* Example 5 */
  2.  
  3. Do 10
  4.    Say "Hello"
  5. End